Search
IGraphicsPath.AddPolygon Method
See Also
 





Adds a polygon to the current figure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddPolygon (
    IList<Point> points
)

Visual Basic  Copy Code

Sub AddPolygon( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points that define the polygon.

 See Also